home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Internet & Communication / Captain FTP 4.4.5 (trial).dmg / Captain FTP.app / Contents / Info.plist next >
Extensible Markup Language  |  2006-02-13  |  2KB  |  91 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeName</key>
  11.             <string>NewConnection</string>
  12.             <key>CFBundleTypeOSTypes</key>
  13.             <array>
  14.                 <string>xftp</string>
  15.             </array>
  16.             <key>CFBundleTypeRole</key>
  17.             <string>Editor</string>
  18.             <key>NSDocumentClass</key>
  19.             <string>NDocument</string>
  20.         </dict>
  21.         <dict>
  22.             <key>CFBundleTypeIconFile</key>
  23.             <string>unfinished</string>
  24.             <key>CFBundleTypeName</key>
  25.             <string>CFTP Unfinished Download</string>
  26.             <key>CFBundleTypeOSTypes</key>
  27.             <array>
  28.                 <string>cftp</string>
  29.             </array>
  30.             <key>CFBundleTypeRole</key>
  31.             <string>Editor</string>
  32.             <key>NSDocumentClass</key>
  33.             <string>NDocument</string>
  34.         </dict>
  35.         <dict>
  36.             <key>CFBundleTypeExtensions</key>
  37.             <array>
  38.                 <string>ftploc</string>
  39.             </array>
  40.             <key>CFBundleTypeName</key>
  41.             <string>Internet Location</string>
  42.             <key>CFBundleTypeRole</key>
  43.             <string>Editor</string>
  44.             <key>NSDocumentClass</key>
  45.             <string>NDocument</string>
  46.         </dict>
  47.     </array>
  48.     <key>CFBundleExecutable</key>
  49.     <string>Captain FTP</string>
  50.     <key>CFBundleGetInfoString</key>
  51.     <string>Captain FTP 4.3, Copyright 2005 Xnet.</string>
  52.     <key>CFBundleHelpBookFolder</key>
  53.     <string>Help</string>
  54.     <key>CFBundleHelpBookName</key>
  55.     <string>Captain FTP Help Guide</string>
  56.     <key>CFBundleIconFile</key>
  57.     <string>CFtp40</string>
  58.     <key>CFBundleIdentifier</key>
  59.     <string>com.xnet.CaptainFTP</string>
  60.     <key>CFBundleInfoDictionaryVersion</key>
  61.     <string>6.0</string>
  62.     <key>CFBundleName</key>
  63.     <string>Captain FTP</string>
  64.     <key>CFBundlePackageType</key>
  65.     <string>APPL</string>
  66.     <key>CFBundleShortVersionString</key>
  67.     <string>4.3</string>
  68.     <key>CFBundleSignature</key>
  69.     <string>Xftp</string>
  70.     <key>CFBundleURLTypes</key>
  71.     <array>
  72.         <dict>
  73.             <key>CFBundleURLName</key>
  74.             <string>FTP URL</string>
  75.             <key>CFBundleURLSchemes</key>
  76.             <array>
  77.                 <string>ftp</string>
  78.             </array>
  79.         </dict>
  80.     </array>
  81.     <key>CFBundleVersion</key>
  82.     <string>4.4515</string>
  83.     <key>NSAppleScriptEnabled</key>
  84.     <string>YES</string>
  85.     <key>NSMainNibFile</key>
  86.     <string>MainMenu</string>
  87.     <key>NSPrincipalClass</key>
  88.     <string>NSApplication</string>
  89. </dict>
  90. </plist>
  91.